home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 March / PCWMAR09.iso / Software / Freeware / Adobe Media Player 1.6 / adobe_media_player.air / AMP.swf / scripts / mx / controls / Spacer.as < prev    next >
Encoding:
Text File  |  2008-11-25  |  330 b   |  19 lines

  1. package mx.controls
  2. {
  3.    import mx.core.UIComponent;
  4.    import mx.core.mx_internal;
  5.    
  6.    use namespace mx_internal;
  7.    
  8.    public class Spacer extends UIComponent
  9.    {
  10.       mx_internal static const VERSION:String = "3.2.0.3958";
  11.       
  12.       public function Spacer()
  13.       {
  14.          super();
  15.       }
  16.    }
  17. }
  18.  
  19.